public class SectionPropertiesPublic Class SectionProperties| SectionProperties | Initializes a new instance of the SectionProperties class. |
| BackgroundColor | Specifies the background color for the section. |
| BackgroundImage | Specifies an image as a background. |
| ColumnGap | Specifies the gap between columns. |
| Columns | Contains a collection of SectionColumn objects. |
| DontBalanceTextColumns | Specifies whether the text column content should be evenly distributed over all text columns or not. |
| LeftMargin | Specifies the left margin of the section. |
| Protect | Specifies that sections should not be changed. |
| RightMargin | Specifies the right margin of the section. |
| Separator | Specifies the separator line between columns. |
| WritingMode | Specifies the writing mode for an element. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current SectionProperties object to its equivalent string representation.
(Overrides ObjectToString) |